home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_EXPORTNEW / TFORM_EXPORTNEW.txt
Text File  |  2003-11-13  |  9KB  |  344 lines

  1. object Form_ExportNew: TForm_ExportNew
  2.   Left = 330
  3.   Top = 208
  4.   HelpContext = 590
  5.   BorderStyle = bsDialog
  6.   Caption = 'Export notes'
  7.   ClientHeight = 361
  8.   ClientWidth = 312
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnActivate = FormActivate
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Button_OK: TButton
  23.     Left = 20
  24.     Top = 330
  25.     Width = 75
  26.     Height = 25
  27.     Hint = 'Begin exporting notes'
  28.     Caption = 'E&xport'
  29.     Default = True
  30.     TabOrder = 0
  31.     OnClick = Button_OKClick
  32.   end
  33.   object Button_Cancel: TButton
  34.     Left = 100
  35.     Top = 330
  36.     Width = 75
  37.     Height = 25
  38.     Hint = 'Cancel and close this dialog box'
  39.     Cancel = True
  40.     Caption = 'Close'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44.   object Button_Help: TButton
  45.     Left = 179
  46.     Top = 330
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Help'
  50.     TabOrder = 2
  51.     OnClick = Button_HelpClick
  52.   end
  53.   object Pages: TPage95Control
  54.     Left = 5
  55.     Top = 5
  56.     Width = 301
  57.     Height = 316
  58.     ActivePage = Tab_Main
  59.     HotTrack = False
  60.     TabInactiveColor = clBtnFace
  61.     TabInactiveFont.Charset = DEFAULT_CHARSET
  62.     TabInactiveFont.Color = clWindowText
  63.     TabInactiveFont.Height = -11
  64.     TabInactiveFont.Name = 'MS Sans Serif'
  65.     TabInactiveFont.Style = []
  66.     TabOrder = 3
  67.     object Tab_Main: TTab95Sheet
  68.       Caption = 'Source and target'
  69.       GripAlign = gaLeft
  70.       ImageIndex = -1
  71.       StaticPageIndex = -1
  72.       TabVisible = True
  73.       object GroupBox_Source: TGroupBox
  74.         Left = 5
  75.         Top = 5
  76.         Width = 281
  77.         Height = 111
  78.         Caption = ' Source: What to export? '
  79.         TabOrder = 0
  80.         object RB_CurrentNote: TRadioButton
  81.           Left = 15
  82.           Top = 20
  83.           Width = 126
  84.           Height = 17
  85.           Hint = 'Click to export active note only'
  86.           Caption = '&Current note'
  87.           Checked = True
  88.           TabOrder = 0
  89.           TabStop = True
  90.         end
  91.         object RB_AllNotes: TRadioButton
  92.           Left = 15
  93.           Top = 65
  94.           Width = 91
  95.           Height = 17
  96.           Hint = 'Click to export all notes in the file'
  97.           Caption = '&All notes'
  98.           TabOrder = 2
  99.         end
  100.         object RB_SelectedNotes: TRadioButton
  101.           Left = 15
  102.           Top = 85
  103.           Width = 116
  104.           Height = 17
  105.           Hint = 'Click to export only selected notes'
  106.           Caption = '&Selected notes'
  107.           TabOrder = 3
  108.         end
  109.         object Button_Select: TButton
  110.           Left = 140
  111.           Top = 75
  112.           Width = 111
  113.           Height = 25
  114.           Hint = 'Choose which notes to export'
  115.           Caption = 'Select &Notes...'
  116.           TabOrder = 4
  117.           OnClick = Button_SelectClick
  118.         end
  119.         object Combo_TreeSelection: TComboBox
  120.           Left = 35
  121.           Top = 40
  122.           Width = 216
  123.           Height = 21
  124.           Hint = 'For tree notes, select what part of tree to export'
  125.           Style = csDropDownList
  126.           ItemHeight = 13
  127.           TabOrder = 1
  128.         end
  129.       end
  130.       object GroupBox_Target: TGroupBox
  131.         Left = 5
  132.         Top = 120
  133.         Width = 281
  134.         Height = 161
  135.         Caption = ' Target: Where and how to export?  '
  136.         TabOrder = 1
  137.         object Label1: TLabel
  138.           Left = 15
  139.           Top = 20
  140.           Width = 115
  141.           Height = 13
  142.           Caption = '&Format for exported files:'
  143.           FocusControl = Combo_Format
  144.         end
  145.         object Label2: TLabel
  146.           Left = 15
  147.           Top = 65
  148.           Width = 125
  149.           Height = 13
  150.           Caption = '&Directory for exported files:'
  151.           FocusControl = Edit_Folder
  152.         end
  153.         object Combo_Format: TComboBox
  154.           Left = 15
  155.           Top = 35
  156.           Width = 251
  157.           Height = 21
  158.           Hint = 'Select format for exported files'
  159.           Style = csDropDownList
  160.           ItemHeight = 13
  161.           TabOrder = 0
  162.           OnClick = Combo_FormatClick
  163.         end
  164.         object CheckBox_PromptOverwrite: TCheckBox
  165.           Left = 15
  166.           Top = 110
  167.           Width = 186
  168.           Height = 17
  169.           Hint = 'Warn if file by the same name already exists'
  170.           Caption = '&Prompt before overwriting files'
  171.           State = cbChecked
  172.           TabOrder = 2
  173.         end
  174.         object Edit_Folder: TDirectoryEdit
  175.           Left = 15
  176.           Top = 80
  177.           Width = 251
  178.           Height = 21
  179.           Hint = 'Folder where exported files will be placed'
  180.           DialogKind = dkWin32
  181.           DialogOptions = [sdAllowCreate, sdPerformCreate, sdPrompt]
  182.           NumGlyphs = 1
  183.           ButtonWidth = 25
  184.           TabOrder = 1
  185.         end
  186.         object CheckBox_Ask: TCheckBox
  187.           Left = 15
  188.           Top = 130
  189.           Width = 191
  190.           Height = 17
  191.           Hint = 'Manually supply name for each exported file'
  192.           Caption = 'Pro&mpt for individual filenames'
  193.           TabOrder = 3
  194.         end
  195.       end
  196.     end
  197.     object Tab_Options: TTab95Sheet
  198.       Caption = 'Options'
  199.       GripAlign = gaLeft
  200.       ImageIndex = -1
  201.       StaticPageIndex = -1
  202.       TabVisible = True
  203.       object GroupBox1: TGroupBox
  204.         Left = 5
  205.         Top = 5
  206.         Width = 281
  207.         Height = 151
  208.         Caption = ' Optional headings '
  209.         TabOrder = 0
  210.         object CB_IncNoteHeading: TCheckBox
  211.           Left = 15
  212.           Top = 20
  213.           Width = 156
  214.           Height = 17
  215.           Caption = 'Include ¬e headings'
  216.           TabOrder = 0
  217.         end
  218.         object CB_IncNodeHeading: TCheckBox
  219.           Left = 15
  220.           Top = 65
  221.           Width = 151
  222.           Height = 17
  223.           Caption = 'Include no&de headings'
  224.           TabOrder = 2
  225.         end
  226.         object Edit_NodeHead: TComboBox
  227.           Left = 35
  228.           Top = 85
  229.           Width = 206
  230.           Height = 21
  231.           ItemHeight = 0
  232.           TabOrder = 3
  233.         end
  234.         object Edit_NoteHead: TComboBox
  235.           Left = 35
  236.           Top = 40
  237.           Width = 206
  238.           Height = 21
  239.           ItemHeight = 0
  240.           TabOrder = 1
  241.         end
  242.         object Btn_TknHlp: TBitBtn
  243.           Left = 35
  244.           Top = 115
  245.           Width = 206
  246.           Height = 25
  247.           Hint = 'Help for auto-naming tree nodes'
  248.           Caption = '&Help on headings'
  249.           TabOrder = 4
  250.           OnClick = Btn_TknHlpClick
  251.           Glyph.Data = {
  252.             F6000000424DF600000000000000760000002800000010000000100000000100
  253.             0400000000008000000000000000000000001000000010000000000000000000
  254.             8000008000000080800080000000800080008080000080808000C0C0C0000000
  255.             FF00C0C0C00000FFFF00FF000000C0C0C000FFFF0000FFFFFF00DADADADADADA
  256.             0ADAADADADADADA00DADDADA7777770B07DAADA0000000FF007DDA0FFFBFBFBF
  257.             FF07AD0FBFFF44FFBF07DA0FFFBFFFBFFF07AD0FBFFF47FFBF07DA0FFFBF748F
  258.             FF07AD0FBFFFB747BF07DA0FFF47FF44FF07AD0FBF44B844BF07DA0FFF844448
  259.             FF07AD0FBFFFBFFFBF07DA0FFFBFFFBFFF0AADA00000000000AD}
  260.         end
  261.       end
  262.       object RG_NodeMode: TRadioGroup
  263.         Left = 5
  264.         Top = 160
  265.         Width = 281
  266.         Height = 66
  267.         Caption = ' &When exporting tree-type notes...'
  268.         ItemIndex = 0
  269.         Items.Strings = (
  270.           'Put all tree nodes in a single target file'
  271.           'Export each node to a separate target file')
  272.         TabOrder = 1
  273.       end
  274.       object GroupBox2: TGroupBox
  275.         Left = 5
  276.         Top = 230
  277.         Width = 281
  278.         Height = 50
  279.         Caption = ' HTML export settings '
  280.         TabOrder = 2
  281.         Visible = False
  282.         object CB_HTMLNoFormatting: TCheckBox
  283.           Left = 10
  284.           Top = 20
  285.           Width = 206
  286.           Height = 17
  287.           Caption = '&Export to HTML without text formatting'
  288.           Enabled = False
  289.           TabOrder = 0
  290.         end
  291.       end
  292.     end
  293.     object Tab_TreePad: TTab95Sheet
  294.       Caption = 'TreePad options'
  295.       GripAlign = gaLeft
  296.       ImageIndex = -1
  297.       StaticPageIndex = -1
  298.       TabVisible = True
  299.       object RG_TreePadVersion: TRadioGroup
  300.         Left = 5
  301.         Top = 5
  302.         Width = 281
  303.         Height = 66
  304.         Caption = ' Target &TreePad version '
  305.         ItemIndex = 0
  306.         Items.Strings = (
  307.           'Export to TreePad freeware (text only)'
  308.           'Export to Treepad shareware (formatted text)')
  309.         TabOrder = 0
  310.       end
  311.       object RG_TreePadMode: TRadioGroup
  312.         Left = 5
  313.         Top = 75
  314.         Width = 281
  315.         Height = 66
  316.         Caption = ' T&arget file mode '
  317.         ItemIndex = 0
  318.         Items.Strings = (
  319.           'Create a TreePad file for each exported note'
  320.           'Create a Treepad file containing all exported notes')
  321.         TabOrder = 1
  322.       end
  323.       object RG_TreePadMaster: TRadioGroup
  324.         Left = 5
  325.         Top = 145
  326.         Width = 281
  327.         Height = 66
  328.         Caption = ' &Compatibility top-level node '
  329.         ItemIndex = 0
  330.         Items.Strings = (
  331.           'Create only when necessary'
  332.           'Always create')
  333.         TabOrder = 2
  334.       end
  335.     end
  336.   end
  337.   object SaveDlg: TSaveDialog
  338.     Options = [ofHideReadOnly, ofPathMustExist]
  339.     Title = 'Select target filename'
  340.     Left = 265
  341.     Top = 330
  342.   end
  343. end
  344.